source/jwt/jwt.d(20,24): Error: cast from `string` to `ubyte[]` not allowed in safe code source/jwt/jwt.d(105,41): Error: `@safe` function `jwt.jwt.Claims.getArray` cannot call `@system` function `std.json.JSONValue.array` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(324,38): `std.json.JSONValue.array` is declared here source/jwt/jwt.d(122,42): Error: `@safe` function `jwt.jwt.Claims.getObject` cannot call `@system` function `std.json.JSONValue.object` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(278,44): `std.json.JSONValue.object` is declared here source/jwt/jwt.d(200,9): Error: `@safe` function `jwt.jwt.Claims.iss` cannot call `@system` function `std.json.JSONValue.object` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(278,44): `std.json.JSONValue.object` is declared here source/jwt/jwt.d(216,9): Error: `@safe` function `jwt.jwt.Claims.sub` cannot call `@system` function `std.json.JSONValue.object` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(278,44): `std.json.JSONValue.object` is declared here source/jwt/jwt.d(231,9): Error: `@safe` function `jwt.jwt.Claims.aud` cannot call `@system` function `std.json.JSONValue.object` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(278,44): `std.json.JSONValue.object` is declared here source/jwt/jwt.d(246,9): Error: `@safe` function `jwt.jwt.Claims.exp` cannot call `@system` function `std.json.JSONValue.object` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(278,44): `std.json.JSONValue.object` is declared here source/jwt/jwt.d(261,9): Error: `@safe` function `jwt.jwt.Claims.nbf` cannot call `@system` function `std.json.JSONValue.object` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(278,44): `std.json.JSONValue.object` is declared here source/jwt/jwt.d(276,9): Error: `@safe` function `jwt.jwt.Claims.iat` cannot call `@system` function `std.json.JSONValue.object` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(278,44): `std.json.JSONValue.object` is declared here source/jwt/jwt.d(291,9): Error: `@safe` function `jwt.jwt.Claims.jit` cannot call `@system` function `std.json.JSONValue.object` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(278,44): `std.json.JSONValue.object` is declared here source/jwt/jwt.d(419,28): Error: cast from `ubyte[]` to `string` not allowed in safe code source/jwt/jwt.d(427,21): Error: cast from `ubyte[]` to `string` not allowed in safe code /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.